From: Richard M. Stallman Date: Tue, 27 May 1997 20:37:34 +0000 (+0000) Subject: (ielm-input): New defvar. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~81095 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=94aba130a03290347639e7a7ae4d967ea276c3c5;p=emacs.git (ielm-input): New defvar. --- diff --git a/lisp/ielm.el b/lisp/ielm.el index a05f23017ba..3af4d9df3a3 100644 --- a/lisp/ielm.el +++ b/lisp/ielm.el @@ -103,7 +103,7 @@ This variable is buffer-local.") (defvar ielm-header (concat "*** Welcome to IELM version " - (substring "$Revision: 1.11 $" 11 -2) + (substring "$Revision: 1.12 $" 11 -2) " *** Type (describe-mode) for help.\n" "IELM has ABSOLUTELY NO WARRANTY; type (describe-no-warranty) for details.\n") "Message to display when IELM is started.") @@ -227,6 +227,8 @@ simply inserts a newline." (newline-and-indent))) (newline))) +(defvar ielm-input) + (defun ielm-input-sender (proc input) ;; Just sets the variable ielm-input, which is in the scope of ;; `ielm-send-input's call.